runtime.m.mWaitList (field)
16 uses
runtime (current package)
lock_spinbit.go#L234: gp.m.mWaitList.startTicks = cputicks()
lock_spinbit.go#L239: gp.m.mWaitList.next = mutexWaitListHead(v)
lock_spinbit.go#L251: atTail = gp.m.mWaitList.next == 0 // we were at risk of starving
lock_spinbit.go#L255: gp.m.mWaitList.next = 0
lock_spinbit.go#L405: next := node.mWaitList.next.ptr()
lock_spinbit.go#L407: cycles := ((endTicks - head.mWaitList.startTicks) + (endTicks - node.mWaitList.startTicks)) / 2
lock_spinbit.go#L408: node.mWaitList.startTicks = endTicks
lock_spinbit.go#L409: head.mWaitList.startTicks = endTicks
lock_spinbit.go#L434: next := wakem.mWaitList.next.ptr()
lock_spinbit.go#L442: prev.mWaitList.next = wakem.mWaitList.next
lock_spinbit.go#L448: prev.mWaitList.startTicks = wakem.mWaitList.startTicks
lock_spinbit.go#L454: headM = uintptr(mp.mWaitList.next) &^ mutexMMask
runtime2.go#L677: mWaitList mWaitList // list of runtime lock waiters
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |